home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / transp.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  171b  |  8 lines

  1. #ifndef __TRANSP_HPP_
  2. #define __TRANSP_HPP_
  3. #include "image.hpp"
  4. #include "macs.hpp"
  5. void transp_put(image *im, image *screen, uchar *table, int x, int y);
  6.  
  7. #endif
  8.